Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sculk sensor range #1380

Closed
wants to merge 2 commits into from
Closed

Sculk sensor range #1380

wants to merge 2 commits into from

Conversation

FxMorin
Copy link
Contributor

@FxMorin FxMorin commented Mar 30, 2022

Rule to change the sculk sensor range. Much like powered rail limit

strict = false,
validate = PushLimitLimits.class
)
public static int sculkSensorRange = 8;
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

32? interesting.

Dev note - the performance will be terrible above 16, but hay, its for experiments, right?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yup it will be, I wanted to do some hitbox checks for more angles & some performance testing for higher numbers since it should be possible to reduce the lag by using poi to prevent chunks that don't contain sculk sensors from being loaded

@gnembon gnembon deleted the branch gnembon:future April 2, 2022 21:10
@gnembon gnembon closed this Apr 2, 2022
@FxMorin FxMorin mentioned this pull request Apr 2, 2022
@FxMorin FxMorin deleted the sculkSensorRange branch April 4, 2022 17:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants